home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / netBoot.new / sainet.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-19  |  387 b   |  17 lines

  1.  
  2. /*    @(#)sainet.h 1.1 86/09/27 SMI    */
  3.  
  4. /*
  5.  * Copyright (c) 1986 by Sun Microsystems, Inc.
  6.  */
  7.  
  8. /*
  9.  * Standalone Internet Protocol State
  10.  */
  11. struct sainet {
  12.     struct in_addr    sain_myaddr;    /* my host address */
  13.     struct ether_addr sain_myether;    /* my Ethernet address */
  14.     struct in_addr    sain_hisaddr;    /* his host address */
  15.     struct ether_addr sain_hisether;/* his Ethernet address */
  16. };
  17.